CSharpTest.Net
FragmentedFile Constructor(IFactory<Stream>,Int32,Int32,Int32,FileOptions)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IO Namespace > FragmentedFile Class > FragmentedFile Constructor : FragmentedFile Constructor(IFactory<Stream>,Int32,Int32,Int32,FileOptions)

streamFactory
blockSize
growthRate
cacheLimit
options

Glossary Item Box

Internal use to specify aligned IO when using NoBuffering file option

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal streamFactory As IFactory(Of Stream), _
   ByVal blockSize As Integer, _
   ByVal growthRate As Integer, _
   ByVal cacheLimit As Integer, _
   ByVal options As FileOptions _
)
C# 
protected FragmentedFile( 
   IFactory<Stream> streamFactory,
   int blockSize,
   int growthRate,
   int cacheLimit,
   FileOptions options
)

Parameters

streamFactory
blockSize
growthRate
cacheLimit
options

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys